unicode/utf8.acceptRange.hi (field)
9 uses
unicode/utf8 (current package)
utf8.go#L90: hi uint8 // highest value for second byte.
utf8.go#L115: if n > 1 && (p[1] < accept.lo || accept.hi < p[1]) {
utf8.go#L135: if n > 1 && (s[1] < accept.lo || accept.hi < s[1]) {
utf8.go#L171: if b1 < accept.lo || accept.hi < b1 {
utf8.go#L219: if s1 < accept.lo || accept.hi < s1 {
utf8.go#L422: if c := p[i+1]; c < accept.lo || accept.hi < c {
utf8.go#L457: if c := s[i+1]; c < accept.lo || accept.hi < c {
utf8.go#L508: if c := p[i+1]; c < accept.lo || accept.hi < c {
utf8.go#L554: if c := s[i+1]; c < accept.lo || accept.hi < c {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)